CellProtectType Enumeration

Represents how a cell is protected.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum CellProtectType

Members

HiddenAndProtected0 Cell content is not displayed and cannot be edited. If content is a formula, the formula result is not displayed.
Protected1 Cell content can not be edited.
FormulaHidden2 If cell content is a formula, it is not displayed. It can be replaced by changing the cell content.
FormulaHiddenAndProtected3 If cell content is a formula, it is not displayed. The formula result is not displayed.
None4 None.

See Also